home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / XLOCKMOR.{2Q / PURIFY.{_4 < prev    next >
Text File  |  1999-09-17  |  2KB  |  47 lines

  1. New Purify problems
  2.  
  3. Solved?
  4. starfish line 208, 209, 517      4  (65 spline)
  5.   make_starfish  [starfish.c:208]     make_spline    [spline.c:69]
  6.   make_starfish  [starfish.c:209]
  7.   init_starfish  [starfish.c:517]
  8. kumppa solved?
  9.  
  10. Unsolved
  11.   draw1_starfish [starfish.c:365]  compute_closed_spline [spline.c:260]
  12.     ...  grow_spline_points [spline.c:97]
  13.  
  14. bubble3d  create_new_bubbles b_draw 167
  15.   glb_bubble_new [bubble3d.c:103]
  16.   glb_draw_init  [b_draw.c:53]
  17.  
  18. ------------------------------------------
  19.  
  20.  
  21. Old Purify Problems (problems are now marked in code with "PURIFY")
  22.  
  23. ---
  24. Summary of unresolved memory problems with xlockmore-4.03
  25. cartoon - Possible 29756 byte memory leak from XPutImage
  26. swirl - Possible 256 byte memory leak from XPutImage
  27. life - Possible 132 byte memory leak from XPutImage
  28. There are also some uninitialized memory reads that appear to be internal
  29. to X11.
  30. ---
  31.  
  32.  
  33. SOLVED since xlockmore-4.08
  34. resource.c - 1 byte memory leak (Fixed since the Purify reports)
  35.  
  36. SOLVED since xlockmore-4.02
  37. memory leaks:               galaxy.c, life3d.c
  38.  
  39. MesaGL 2.3 fixes many cumulative leaks and uninitialized memory reads that
  40. existed in MesaGL 2.2.  This affected all GL modes.  MesaGL 2.3 or newer is
  41. recommended since it fixes these memory leaks and runs faster.  Cumulative
  42. means that the memory leaks occur each time the mode is run when in random
  43. mode, which is why after some time it may crash xlock since it runs out of
  44. available memory.
  45.  
  46. Thanks to Tom Schmidt for the solaris and sunos purify logs.
  47.